projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dcaffe3
)
tests: fix Makefile.am syntax
author
Cosimo Cecchi
<cosimoc@gnome.org>
Sun, 3 Jan 2016 19:33:19 +0000
(11:33 -0800)
committer
Cosimo Cecchi
<cosimoc@gnome.org>
Sun, 3 Jan 2016 19:33:19 +0000
(11:33 -0800)
It requires a tab character, or the build will fail.
testsuite/css/style/Makefile.am
patch
|
blob
|
history
diff --git
a/testsuite/css/style/Makefile.am
b/testsuite/css/style/Makefile.am
index d7e7172059ee1ac132068e85d6f1ecc767e378c3..bbd72ef6a1769a1ebd834f335bf2e01217490518 100644
(file)
--- a/
testsuite/css/style/Makefile.am
+++ b/
testsuite/css/style/Makefile.am
@@
-45,7
+45,7
@@
substitutions = \
test_files = $(test_in_files:.test.in=.test)
$(test_files): %.test: %.test.in
-
$(AM_V_GEN) sed $(substitutions) $< > $@.tmp && mv $@.tmp $@
+ $(AM_V_GEN) sed $(substitutions) $< > $@.tmp && mv $@.tmp $@
EXTRA_DIST += \
reset-to-defaults.css \